コード例 #1
0
ファイル: DogBUS.cs プロジェクト: CuongPhi/DogManagerment_v2
 public static DOG GetById(string id)
 {
     return(dog.GetByID(id));
 }