예제 #1
0
 public BusinessUserDTO GetByUserName(string username)
 {
     return(_businessService.FindByBusinessUserName(username));
 }