It seems the key is to use Guid? in your entity class, as shown below. public class User { public string Id { get; set; } public string ...
確定! 回上一頁