Đặng Hữu Minh

Results 3 comments of Đặng Hữu Minh

I have work done by using Visual studio refactor. If you have time, take a look: #91

Here is the log ] Parsing entity failed. 2021-03-31 13:28:42.477 +07:00 [INF] Use directory: `C:\Study\POS` 2021-03-31 13:28:42.699 +07:00 [INF] Command 'crud' started. 2021-03-31 13:28:42.838 +07:00 [DBG] ProjectInfoProviderStep Input [baseDirectory]: 'C:\Study\POS'...

`namespace MDH.POS.Products.Admin { public class ProductAdmin : Product { public string Name { get; set; } } } namespace MDH.POS.Products { public class Product : FullAuditedAggregateRoot, IMultiTenant { public Guid?...