Exemplo n.º 1
0
 public int?Insert(UserAuthorizationToken item)
 {
     return(_userAuthorizationTokenRepositor.Insert(item));
 }