Ejemplo n.º 1
0
 internal async Task <int> SaveAsync(MantaEvent evt)
 {
     return(await EventDB.SaveAsync(evt));
 }