Esempio n. 1
0
 public static iItem_Category_Service GetItem_Category_Service()
 {
     return(new Item_Category_Service(DataAccess_Center.GetItem_Category_DataAccess()));
 }
Esempio n. 2
0
 public static irestaurant_Branch_Service GetRestaurant_Branch_Service()
 {
     return(new restaurant_Branch_Service(DataAccess_Center.GetRestaurant_Branch_DataAccess()));
 }
Esempio n. 3
0
 public static irestaurantItems_Service GetRestaurantItem_Service()
 {
     return(new restaurantItem_Service(DataAccess_Center.GetRestaurantItem_DataAccess()));
 }
 public static iBuying_History_Service GetBuying_History_Service()
 {
     return(new Buying_History_Service(DataAccess_Center.GetBuying_History_DataAccess()));
 }
Esempio n. 5
0
 public static iUser_Post_Approval_Service GetUser_Post_Approval_Service()
 {
     return(new User_Post_Approval_Service(DataAccess_Center.GetUser_Post_Approval_DataAccess()));
 }
Esempio n. 6
0
 public static iRestaurant_Post_Service GetRestaurant_Post_Service()
 {
     return(new Restaurant_Post_Service(DataAccess_Center.GetRestaurant_Post_DataAccess()));
 }
Esempio n. 7
0
 public static iRestaurant_Coordinate_Service GetRestaurant_Coordinate_Service()
 {
     return(new Restaurant_Coordinate_Service(DataAccess_Center.GetRestaurant_Coordinate_DataAcccess()));
 }
 public static iProject_Task_Service GetProject_Task_Service()
 {
     return(new Project_Task_Service(DataAccess_Center.GetProject_Task_Data()));
 }
 public static iComment_Service GetComment_Service()
 {
     return(new Comment_Service(DataAccess_Center.GetComment_Data()));
 }
 public static iUser_Info_Service GetUser_Info_Service()
 {
     return(new User_Info_Service(DataAccess_Center.GetUser_Info_Data()));
 }
 public static iAssign_Person_Service GetAssign_Person_Service()
 {
     return(new Assign_Person_Service(DataAccess_Center.GetAssign_Person_Data()));
 }
 public static iCart_Service GetCart_Service()
 {
     return(new Cart_Service(DataAccess_Center.GetCart_DataAccess()));
 }
 public static iLog_in_Service GetLog_in_Service()
 {
     return(new Log_in_Service(DataAccess_Center.GetLog_in_DataAccess()));
 }
 public static iProduct_Report_Service GetProduct_Report_Service()
 {
     return(new Product_Report_Service(DataAccess_Center.GetProduct_Report_DataAccess()));
 }
Esempio n. 15
0
 public static iItem_Section_Service GetItem_Section_Service()
 {
     return(new Item_Section_Service(DataAccess_Center.GetItem_Section_DataAccess()));
 }
Esempio n. 16
0
 public static iUser_Authentication_Service GetUser_Authentication_Service()
 {
     return(new User_Authentication_Service(DataAccess_Center.GetUser_Authentication_DataAccess()));
 }
Esempio n. 17
0
 public static iRestaurant_FoodCategory_Service GetRestaurant_FoodCategory_Service()
 {
     return(new Restaurant_FoodCategory_Service(DataAccess_Center.GetRestaurant_FoodCategory_DataAccess()));
 }
Esempio n. 18
0
 public static iUser_Comment_Service GetUser_Comment_Service()
 {
     return(new User_Comment_Service(DataAccess_Center.GetUser_Comment_DataAccess()));
 }
Esempio n. 19
0
 public static iArea_Info_Service GetArea_Info_Service()
 {
     return(new Area_Info_Service(DataAccess_Center.GetArea_Info_DataAccess()));
 }
Esempio n. 20
0
 public static iUser_Message_Service GetUser_Message_Service()
 {
     return(new User_Message_Service(DataAccess_Center.GetUser_Message_DataAccess()));
 }
Esempio n. 21
0
 public static iRestaurant_user_Review_Service GetRestaurant_user_Review_Service()
 {
     return(new Restaurant_user_Review_Service(DataAccess_Center.GetRestaurant_user_Review_DataAccess()));
 }
 public static iSub_Category_Service GetSub_Category_Service()
 {
     return(new Sub_Category_Service(DataAccess_Center.GetSub_Category_DataAccess()));
 }