コード例 #1
0
ファイル: GuestModel.cs プロジェクト: bustosadrian/RomanApp
 public GuestModel(RomanApp.Service.Entities.Guest entity)
     : this()
 {
     Map(entity);
 }
コード例 #2
0
ファイル: GuestModel.cs プロジェクト: bustosadrian/RomanApp
 public void Map(RomanApp.Service.Entities.Guest entity)
 {
     base.Map(entity);
 }