Exemplo n.º 1
0
 public GetUserMasterDataResult GetUserMasterData(int userId, string ip)
 {
     return(context.GetUserMasterData(userId, ip).SingleOrDefault());
 }