Пример #1
0
 public static string Gio_Phong_KiemTraStatus(int PhongID)
 {
     Gio_PhongDAL doit = new Gio_PhongDAL();
     return doit.Gio_Phong_KiemTraStatus(PhongID);
 }
Пример #2
0
 public static void Gio_Phong_Add(string ListPhongID, string ListGioPhongName, int PhanTram, string ListGiaTien, string Status)
 {
     Gio_PhongDAL doit = new Gio_PhongDAL();
     doit.Gio_Phong_Add(ListPhongID, ListGioPhongName, PhanTram, ListGiaTien, Status);
 }
Пример #3
0
 public static decimal Gio_Phong_GiaGoc(int PhongID)
 {
     Gio_PhongDAL doit = new Gio_PhongDAL();
     return doit.Gio_Phong_GiaGoc(PhongID);
 }
Пример #4
0
 public static List<Gio_PhongInfo> Gio_Phong_GetItems(int PhongID)
 {
     Gio_PhongDAL doit = new Gio_PhongDAL();
     return doit.Gio_Phong_GetItems(PhongID);
 }
Пример #5
0
 public static Gio_PhongInfo Gio_Phong_GetItem(int Gio_PhongID)
 {
     Gio_PhongDAL doit = new Gio_PhongDAL();
     return doit.Gio_Phong_GetItem(Gio_PhongID);
 }
Пример #6
0
 public static void Gio_Phong_Edit(int Gio_PhongID, int PhongID, string GioPhongName, int PhanTram, decimal GiaTien, string Status)
 {
     Gio_PhongDAL doit = new Gio_PhongDAL();
     doit.Gio_Phong_Edit(Gio_PhongID,PhongID,GioPhongName,PhanTram,GiaTien,Status);
 }
Пример #7
0
 public static void Gio_Phong_Delete(int Gio_PhongID)
 {
     Gio_PhongDAL doit = new Gio_PhongDAL();
     doit.Gio_Phong_Delete(Gio_PhongID);
 }