예제 #1
0
 public bool BLL_AddBraidService(BRAID_SERVICE bs)
 {
     return(db.AddBraidService(bs));
 }