Example #1
0
 public static DataTable Admin_GetById(string Id)
 {
     return(db.Admin_GetById(Id));
 }