Exemplo n.º 1
0
 public object GetMappedAccountInfoByMphone(string mphone)
 {
     return(_repository.GetMappedAccountInfoByMphone(mphone));
 }