Exemplo n.º 1
0
 public static String GetItemsCommand()
 {
     return(UserAddress.GetItemsCommand(null));
 }
Exemplo n.º 2
0
 public static IEnumerable <UserAddress> GetByUserID(IEnumerable <Guid> ids)
 {
     return(Get <UserAddress>(FetchCommand(UserAddress.GetItemsCommand(ids))));
 }