Pokaż
Ignoruj:
Data:
2009-12-23 11:26:06 (16 years ago)
Autor:
marek
Opis:

re #215 - dodanie nowego projektu z lepsza nazwa i typem projektu

Lokalizacja:
trunk/eCard/eCardMVC/adMoto.Payments.Core
Pliki:
1 dodane
1 skopiowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/adMoto.Payments.Core/Repository.cs

    r949 r970  
    33using System.Linq; 
    44using System.Linq.Expressions; 
    5 using Platnosci.Core.Interface; 
     5using adMoto.Payments.Core.Data; 
     6using adMoto.Payments.Core.Interfaces; 
    67 
    78 
    8 namespace Platnosci.Core.Linq 
     9namespace adMoto.Payments.Core 
    910{ 
    1011    /// <summary> 
     
    5960        } 
    6061        public void Insert(T entity) 
    61             { 
    62                 DataContext.Insert(entity);             
    63             } 
     62        { 
     63            DataContext.Insert(entity);             
     64        } 
    6465        public void Delete(T entity) 
    6566        { 
     
    8283            return DataContext.GetTable<T>(); 
    8384        } 
    84         public IQueryable<vPlatnosciEcard> FindInvoiceByNipNumber(string nip, string numer) 
     85        public IQueryable<Invoice> FindInvoiceByNipNumber(string nip, string numer) 
    8586        { 
    8687            return DataContext.FindInvoiceByNipNumber(nip, numer);