示例#1
0
 public DeleteDoctor(IPGCareContext db)
 {
     _db = db;
 }
示例#2
0
 public AddUpdateDoctor(IPGCareContext db)
 {
     _db = db;
 }