* Added maintaining Products
* Extended DataModels * Extended API
This commit is contained in:
9
FaKrosnoEfDataModel/Dtos/ProductDto.cs
Normal file
9
FaKrosnoEfDataModel/Dtos/ProductDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace FaKrosnoEfDataModel.Dtos;
|
||||
|
||||
public class ProductDto : DtoBase
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public int RecipientID { get; set; }
|
||||
public string RecipientIdx { get; set; }
|
||||
public string FaIdx { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user