Example #1
0
 public int Create(Import ticket)
 {
     return(ImportDAL.Create(ticket));
 }