Beispiel #1
0
 public Guid Add(Award award)
 {
     return(awardDAL.Add(award));
 }
 public void Add(Award award)
 {
     _awardDAL.Add(award);
 }