コード例 #1
0
ファイル: Banka.cs プロジェクト: IvaGorExercise/InLine
 public void Select(Nullable <long> ID_Banka)
 {
     _context.USP_Banka_SELECT(ID_Banka);
 }