Ejemplo n.º 1
0
 public DateTime?GetRegDataByMphoneCatID(string mphone, string category)
 {
     return(_repository.GetRegDataByMphoneCatID(mphone, category));
 }