Esempio n. 1
0
 /// <summary>
 /// Remove a exception from service
 /// </summary>
 /// <param name="removingException"></param>
 public void RemoveException(ExceptionDay removingException)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Update Exception saved on service
 /// </summary>
 /// <param name="updatingException"></param>
 public void UpdateException(ExceptionDay updatingException)
 {
 }
Esempio n. 3
0
 public bool UpdateExeptionsDay(ExceptionDay exceptionDay)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 /// <summary>
 /// Add exception to service
 /// </summary>
 /// <param name="newException"></param>
 public void AddExceptionDay(ExceptionDay newException)
 {
 }
Esempio n. 5
0
 public bool InsertExeptionsDay(ExceptionDay exceptionDay)
 {
     throw new NotImplementedException();
 }