Example #1
0
 public UserLogOnEntity Get(string key)
 {
     return(service.FindEntity(user => user.C_Account == key));
 }