コード例 #1
0
ファイル: SystemService.cs プロジェクト: Thn123/hmj
 public Store_EX GetStore(int?id)
 {
     return(_set.GetStore(id));
 }