コード例 #1
0
ファイル: NguoiDungService.cs プロジェクト: hoangbuutran/back
 public IEnumerable <NguoiDung> GetAllByIdCoSoYTe(int id)
 {
     return(_nguoiDungRepository.GetMulti(x => x.IdCoSoThuY == id, new string[] { "ThuCungs" }));
 }