Example #1
0
 public bool CreateSP(SanPhamModel model)
 {
     return(_res.CreateSP(model));
 }