示例#1
0
 public object GetMappedAccountInfoByMphone(string mphone)
 {
     return(_repository.GetMappedAccountInfoByMphone(mphone));
 }